placesview: plug some memory leaks
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Tue, 28 Jul 2015 09:51:14 +0000 (06:51 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Tue, 28 Jul 2015 10:03:09 +0000 (07:03 -0300)
commit317ba620e21340286602ac4d40bee641f9c61903
treea69bff329446bc7f5f2575eba44d885d6cb42ce8
parenta5e762e6a736ebaec8e32afb823f737d7b7def68
placesview: plug some memory leaks

The GFile containing the Computer item was not
properly dereferenced, so plug that leak by both
dereferencing it and adding some reference management
on GtkPlacesViewRow.
gtk/gtkplacesview.c
gtk/gtkplacesviewrow.c